home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / cread211.zip / WHATSNEW.ENG < prev   
Text File  |  1994-01-14  |  4KB  |  79 lines

  1. Changes to READ 2.10
  2. ====================
  3.  
  4. - Used a more compatible method of cursor suppression. Some BIOSes
  5.   crashed the system with my old method under certain circumstances.
  6. - BIOSes tend to do strange things if they feel they're right. Text
  7.   input in my home-made text modes messed up the screen. Now the
  8.   BIOS is out of charge for that...
  9. - Line count gives you percentage of lines info.
  10. - More international date style used.
  11.  
  12. Changes to READ 2.04
  13. ====================
  14.  
  15. - Since there's another text file browser out on the Internet that's
  16.   also called READ, I decided to rename the ZIP files READ comes in to
  17.   CREAD???.ZIP (C=Chris, ???=version number).
  18. - The format of the "O" line in the config file has changed! So if you
  19.   want to use your old config file with the new release, remove the "O"
  20.   line, then start READ, then save the configuration with @, then set
  21.   your own mouse configuration. You are rewarded with a much more
  22.   flexible way to define the mouse operation.
  23. - New parameter to K in the config file (keyboard settings) makes
  24.   functional keys pressed while help is being displayed effective to
  25.   the text display.
  26. - Another parameter to K allows to make Esc work like Q if there's
  27.   just one file in the file list.
  28. - Alternate horizontal stepsize is used if the left/right arrow keys
  29.   are pressed with Ctrl.
  30. - READ now tries to keep track of the actual line in the file. Whenever
  31.   this is possible (and useful), it greatly speeds up line calculations
  32.   (that is, G and Shift-G).
  33.  
  34. Changes to READ 2.03
  35. ====================
  36.  
  37. - Bug fix: In the file selection menue, the right mouse button didn't
  38.   work properly when button mode 1 was selected... never release new
  39.   versions too soon...
  40. - New text modes with EGA and VGA! See READ.ENG or READ.MOD.
  41. - CBM charset no longer supported. Did anyone use this?
  42. - Go to line is no longer limited to a maximum of 65535 lines and can
  43.   be cancelled with Esc or Q.
  44.  
  45. Changes to READ 2.02
  46. ====================
  47.  
  48. - Wrap around now exactly matches the line end
  49. - When scrolling in wrap around mode, READ tries to estimate the line
  50.   starts in order to scroll screen line wise. More than just trying
  51.   costs too much time.
  52. - Added a switch that allows to ignore EOF characters in texts
  53. - Hitting Enter redraws the screen (useful with DesqView)
  54. - For those of you used to Unix: Ctrl-Z is now equal to Alt-Z
  55. - There was a severe bug when piping: READ hung regularly. And what's
  56.   even more, piping was not re-entrant, so whenever you READ piped
  57.   text, then shelled to DOS with Alt-Z and piped another text through
  58.   another READ, strange things happened. READ now looks for the
  59.   environment variable "TEMP" instead of "TMP" for a path to put
  60.   temporary files to and leaves the name choice to DOS.
  61. - Mouse mode 2 (mouse locked if left button pressed) didn't work
  62.   properly in the file selection menue. Now it does.
  63. - Fixed a bug in the printing routine: if you added a file to the file
  64.   list, previously deleted files could reoccur.
  65.  
  66. Changes to READ 2.01
  67. ====================
  68.  
  69. - Added an environment variable READPATH that allows to specify where
  70.   READ should look for its support files instead of the path of
  71.   READ.EXE.
  72. - Fixed a bug in the find routine that could lead to messages in the
  73.   middle of the screen.
  74. - Volume labels are no longer displayed in the file list
  75. - The find routine is now case-sensitive if you press Shift-F instead
  76.   of F.
  77. - The print routine is now capable of deleting and adding CRs (where
  78.   necessary).
  79.